home *** CD-ROM | disk | FTP | other *** search
- object S20_011MOME is MEDIADISTRIBUTOR
- has
-
- Finished()
- do
- --
- end;
-
- with
- Duration is -1;
- X is 0; Y is 0; Width is 640; Height is 480;
- Items is [
- S20A7_S10A_WAV,
- S20A5_011_PIC,
- S20A1_BOUTON_MUSIQUE,
- S20A2_BOUTON_TEXTE,
- S20A3_BOUTON_OEUVRE,
- S20A4_BOUTON_STOP,
- S20A6_ALBUM_SUITE
- ];
- end;
-
- object S20A7_S10A_WAV is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- self.Run(false);
- end;
-
- with
- Target is C322_S10A_WAV;
- Duration is 0;
- X is 49; Y is 220; Width is 32; Height is 24;
- end;
-
- object S20A5_011_PIC is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.GoToBeginning();
- self.Run(true);
- TRANSITION.Set(WipeTop, 300);
- self.Show(true);
- end;
-
- OnScreen()
- do
- S20A7_S10A_WAV.Run(true);
- end;
-
- Finished()
- do
- APPLICATION.GoTo(S159_020RENO);
- end;
-
- with
- Target is C298_011_PIC;
- Duration is 1200;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
-
- object S20A1_BOUTON_MUSIQUE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Show(true);
- self.Enable(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 245; Y is 206; Width is 47; Height is 47;
- end;
-
- object S20A2_BOUTON_TEXTE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 244; Y is 263; Width is 49; Height is 48;
- end;
-
- object S20A3_BOUTON_OEUVRE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 245; Y is 321; Width is 47; Height is 47;
- end;
-
- object S20A4_BOUTON_STOP is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoBack(MEDIADISTRIBUTOR0);
- end;
-
- with
- Duration is -1;
- X is 537; Y is 431; Width is 90; Height is 36;
- end;
-
- object S20A6_ALBUM_SUITE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S159_020RENO);
- end;
-
- with
- Duration is -1;
- X is 538; Y is 395; Width is 88; Height is 27;
- end;
-
-